Bump versions
authorFelix Krull <f_krull@gmx.de>
Sun, 18 Oct 2020 15:02:36 +0000 (17:02 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:56 +0000 (12:53 -0400)
rust-bindings/rust/Cargo.toml
rust-bindings/rust/sys/Cargo.toml

index 02baea4b3e4f8a96f932d179f59d563673d3bc6c..6d6ae2d8238851ace4353b222bb789b79d40b36c 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "ostree"
-version = "0.9.0"
+version = "0.9.1"
 authors = ["Felix Krull"]
 
 license = "MIT"
@@ -40,7 +40,7 @@ glib-sys = "0.10.0"
 gobject-sys = "0.10.0"
 gio-sys = "0.10.0"
 once_cell = "1.4.0"
-ostree-sys = { version = "0.7.0", path = "sys" }
+ostree-sys = { version = "0.7.1", path = "sys" }
 radix64 = "0.6.2"
 hex = "0.4.2"
 thiserror = "1.0.20"
index bd9d395e9972bc39b7f3b56b85f81bc21f0eea3f..d4ac8739cf069cc39d77dd5ac970206697ccb706 100644 (file)
@@ -67,7 +67,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://gitlab.com/fkrull/ostree-rs"
-version = "0.7.0"
+version = "0.7.1"
 [package.metadata.docs.rs]
 features = ["dox"]
 [package.metadata.system-deps.ostree_1]